home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1999 November / cd joystick no109 novembre 1999.iso / Data / sharewares / utilitaires / WC32V401.ZIP / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TENCODEEDITBOX / TENCODEEDITBOX.txt
Text File  |  1999-07-27  |  3KB  |  176 lines

  1. object EncodeEditBox: TEncodeEditBox
  2.   Left = 200
  3.   Top = 97
  4.   HelpContext = 530
  5.   HorzScrollBar.Visible = False
  6.   VertScrollBar.Visible = False
  7.   BorderStyle = bsDialog
  8.   Caption = 'CodeBox'
  9.   ClientHeight = 144
  10.   ClientWidth = 379
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object InfoText: TLabel
  19.     Left = 8
  20.     Top = 4
  21.     Width = 361
  22.     Height = 15
  23.     AutoSize = False
  24.     Caption = 'InfoText'
  25.     FocusControl = Edit1
  26.     Font.Color = clBtnText
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     ShowAccelChar = False
  32.     WordWrap = True
  33.   end
  34.   object Label4: TLabel
  35.     Tag = 2
  36.     Left = 140
  37.     Top = 54
  38.     Width = 62
  39.     Height = 13
  40.     Caption = 'Lines per file:'
  41.     FocusControl = LinesPerFile
  42.     Font.Color = clBtnText
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     ParentFont = False
  47.   end
  48.   object Label1: TLabel
  49.     Tag = 3
  50.     Left = 140
  51.     Top = 78
  52.     Width = 97
  53.     Height = 13
  54.     AutoSize = False
  55.     Caption = 'Bytes per file:'
  56.     FocusControl = BytesPerFile
  57.     Font.Color = clBtnText
  58.     Font.Height = -11
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = []
  61.     ParentFont = False
  62.   end
  63.   object Label2: TLabel
  64.     Tag = 4
  65.     Left = 140
  66.     Top = 96
  67.     Width = 233
  68.     Height = 13
  69.     AutoSize = False
  70.     Caption = '(Note: header size is not counted)'
  71.     Font.Color = clBtnText
  72.     Font.Height = -11
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = []
  75.     ParentFont = False
  76.   end
  77.   object BtnOK: TButton
  78.     Tag = 4001
  79.     Left = 3
  80.     Top = 117
  81.     Width = 90
  82.     Height = 23
  83.     Caption = 'OK'
  84.     Default = True
  85.     ModalResult = 1
  86.     TabOrder = 4
  87.   end
  88.   object BtnCancel: TButton
  89.     Tag = 4002
  90.     Left = 191
  91.     Top = 117
  92.     Width = 90
  93.     Height = 23
  94.     Cancel = True
  95.     Caption = 'Cancel'
  96.     ModalResult = 2
  97.     TabOrder = 6
  98.   end
  99.   object Edit1: TEdit
  100.     Left = 8
  101.     Top = 24
  102.     Width = 363
  103.     Height = 21
  104.     TabOrder = 0
  105.     Text = 'Edit1'
  106.     OnKeyDown = Edit1KeyDown
  107.   end
  108.   object BtnTree: TButton
  109.     Tag = 5002
  110.     Left = 97
  111.     Top = 117
  112.     Width = 90
  113.     Height = 23
  114.     Caption = '&Tree'
  115.     TabOrder = 5
  116.     OnClick = BtnTreeClick
  117.   end
  118.   object EncodeAs: TRadioGroup
  119.     Tag = 1
  120.     Left = 8
  121.     Top = 48
  122.     Width = 113
  123.     Height = 61
  124.     Caption = 'Encode as'
  125.     Font.Color = clBtnText
  126.     Font.Height = -11
  127.     Font.Name = 'MS Sans Serif'
  128.     Font.Style = []
  129.     ItemIndex = 0
  130.     Items.Strings = (
  131.       'MIME (Base64)'
  132.       'UUEncode'
  133.       'XXEncode')
  134.     ParentFont = False
  135.     TabOrder = 1
  136.     OnClick = EncodeAsClick
  137.   end
  138.   object LinesPerFile: TEdit
  139.     Left = 244
  140.     Top = 50
  141.     Width = 101
  142.     Height = 21
  143.     TabOrder = 2
  144.     Text = 'LinesPerFile'
  145.     OnChange = LinesPerFileChange
  146.   end
  147.   object BytesPerFile: TEdit
  148.     Left = 244
  149.     Top = 74
  150.     Width = 101
  151.     Height = 21
  152.     TabOrder = 3
  153.     Text = 'BytesPerFile'
  154.     OnChange = BytesPerFileChange
  155.   end
  156.   object Button1: TButton
  157.     Tag = 4003
  158.     Left = 285
  159.     Top = 117
  160.     Width = 90
  161.     Height = 23
  162.     Caption = 'Help'
  163.     TabOrder = 7
  164.     OnClick = Button1Click
  165.   end
  166.   object ResolutionFix1: TResolutionFix
  167.     Left = 4
  168.     Top = 112
  169.   end
  170.   object Translate1: TTranslate
  171.     Tag = 6040
  172.     Left = 36
  173.     Top = 112
  174.   end
  175. end
  176.